home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / v cisle / hexer / mpth_17.exe / {app} / scripts / Set Jump Offset.mps < prev    next >
Text File  |  2006-05-01  |  357b  |  14 lines

  1. INCLUDE '*.lng'
  2. = modify the jump offset for jump forward/backward command
  3.  
  4. option opt5, 'internal,33':= set an icon for this script
  5.  
  6.  
  7. var noffs dword regoffs dword
  8. if regread('HKEY_SETTINGS\scripts','Jump offset', @regoffs)
  9.   noffs = regoffs
  10. endif
  11. noffs = inputnumber('',__SJO1__,noffs)
  12. regwrite 'HKEY_SETTINGS\scripts', 'Jump offset', noffs
  13.  
  14.